home *** CD-ROM | disk | FTP | other *** search
- #ifndef __PROTO_MUIMASTER_H__
- #define __PROTO_MUIMASTER_H__
-
- #ifndef _AMIGA_H_
- #include <Amiga.h>
- #endif
-
- #include <clib/muimaster_protos.h>
- #ifdef __GNUC__
- # if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
- # include <inline/muimaster.h>
- # endif
- # ifndef __NOLIBBASE__
- # if !defined(EXEC_LIBRARIES_H) && !defined(LATTICE_50)
- struct Library;
- # endif
- extern struct Library *MUIMasterBase;
- # endif
- #else
- # include <pragmas/muimaster_pragmas.h>
- #endif
-
- /************************************************************************/
-
- #endif /* __PROTO_MUIMASTER_H__ */
-